home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00023.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  90 b   |  7 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     open("releaser.exe")
  4.   end if
  5.   halt()
  6. end
  7.